chore(deps-dev): bump eslint-plugin-n from 17.24.0 to 18.2.2#175
chore(deps-dev): bump eslint-plugin-n from 17.24.0 to 18.2.2#175dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 17.24.0 to 18.2.2. - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-n@v17.24.0...v18.2.2) --- updated-dependencies: - dependency-name: eslint-plugin-n dependency-version: 18.2.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2d57e4e905
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "eslint": "^10.6.0", | ||
| "eslint-plugin-import-x": "^4.17.1", | ||
| "eslint-plugin-n": "^17.24.0", | ||
| "eslint-plugin-n": "^18.2.2", |
There was a problem hiding this comment.
Keep eslint-plugin-n on a Node 18-compatible major
This upgrade pulls in eslint-plugin-n@18.2.2, whose published package metadata raises its Node engine to ^20.19.0 || ^22.13.0 || >=24 and ships as ESM. The repo still explicitly tests/builds with Node 18 (.github/workflows/build.yml passes min-node-version: 18 to action-prebuildify, whose test step runs yarn install --ignore-scripts without --ignore-engines for each matrix Node), so the Node 18 jobs will fail during dependency install before tests run. Either keep the 17.x line or raise the workflow/tooling Node floor together with this bump.
Useful? React with 👍 / 👎.
Overall package sizeSelf size: 30.1 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------|🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Bumps eslint-plugin-n from 17.24.0 to 18.2.2.
Release notes
Sourced from eslint-plugin-n's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-n's changelog.
... (truncated)
Commits
0c31d00chore(master): release 18.2.2 (#548)dca2330fix(no-callback-literal): report object, array, and template literals (#552)3ff929dfix: Ignore HTTP imports in no-missing-import (#547)37da568chore(master): release 18.2.1 (#546)a0d7819fix: ensure types have valid syntax (#544)ccd1832chore(master): release 18.2.0 (#543)04c99dffeat: addmodule.exportsforrequire(esm)interop (#542)fc70bdfchore(master): release 18.1.0 (#528)fd4f84efeat: Allow workspace root dependencies for no-extraneous-import (#536)5fde036fix: Allow leading forwardslash in package.json "files" field (#534) (#535)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)